'宣言 Public Overloads Function Append( _ ByVal codePoints() As System.Integer _ ) As TextRun
public TextRun Append( System.int[] codePoints )
パラメータ
- codePoints
- An array of UTF-32 characters (code points).
戻り値の型
The created text run.
'宣言 Public Overloads Function Append( _ ByVal codePoints() As System.Integer _ ) As TextRun
public TextRun Append( System.int[] codePoints )